home *** CD-ROM | disk | FTP | other *** search
- ***** Dropdown list selector
- #define CRET CHR(13)
- #define STEP1_LOC "Step 1 - Select Fields"
- #define STEP2_LOC "Step 2 - Define Layout"
- #define STEP3_LOC "Step 3 - Select Graph Style"
- #define STEP4_LOC "Step 4 - Finish"
-
- ***** Help IDs
- #define wizGraph_Wizard_Step4 95825520
- #define wizGraph_Wizard_Step3 95825519
- #define wizGraph_Wizard_Step2 95825518
- #define wizGraph_Wizard_Step1 95825517
- #define wizGraph_Wizard 95000000
-
- ***** Screen directions
- #define DESC1a_LOC "Which fields do you want in your graph?"
- #define DESC1c_LOC "Select a database or Free Tables item, select a table or view, and then select the fields you want."
- #define DESC1 DESC1a_LOC+CRET+CRET+DESC1c_LOC
-
- #define DESC2a_LOC "How do you want to lay out your graph?"
- #define DESC2b_LOC "Drag one or more numeric fields to the Data Series box, and drag another field to the Axis location."
- #define DESC2c_LOC ""
- #define DESC2 DESC2a_LOC+CRET+CRET+DESC2b_LOC+CRET+CRET+DESC2c_LOC
-
- #define DESC3a_LOC "Which graph style do you want?"
- #define DESC3b_LOC ""
- #define DESC3c_LOC ""
- #define DESC3 DESC3a_LOC+CRET+CRET+DESC3b_LOC+CRET+CRET+DESC3c_LOC
-
- ***** Screen hint button text
- #define HINT1_LOC ""
- #define HINT2_LOC ""
- #define HINT3_LOC ""
- #define HINT4_LOC ""
-
- ***** Screen BMP files
- #define BMPFILE1 "opentabl.bmp"
- #define BMPFILE2 "graph1.bmp"
- #define BMPFILE3 "graph1.bmp"
-
- #define GRPHTITLE_LOC "Graph Title"
-
- #DEFINE E_NOREGISTRY_LOC "Unable to load REGISTRY class. Make sure it is in the current path."
-